home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m27.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  193 b   |  9 lines

  1. on mouseDown
  2.   global gPreviousMenu
  3.   if pressButton(17) then
  4.     pupSprites(1, 48, 0)
  5.     set gPreviousMenu to "movie" && QUOTE & "M27.DIR" & QUOTE
  6.     go("linkstext", "m19.dir")
  7.   end if
  8. end
  9.